LanguageExt.Core

LanguageExt.Core Exceptions

Contents

class SomeNotInitialisedException Source #

Some T not initialised

Constructors

constructor SomeNotInitialisedException (Type type) Source #

Ctor

class ValueIsNoneException Source #

Value is none

Fields

field ValueIsNoneException Default = new ValueIsNoneException() Source #

Constructors

constructor ValueIsNoneException () Source #

Ctor

constructor ValueIsNoneException (string message) Source #

Ctor

constructor ValueIsNoneException (string message, Exception innerException) Source #

Ctor

class ValueIsNullException Source #

Value is null

Constructors

constructor ValueIsNullException () Source #

Ctor

constructor ValueIsNullException (string message) Source #

Ctor

constructor ValueIsNullException (string message, Exception innerException) Source #

Ctor

class ResultIsNullException Source #

Result is null

Constructors

constructor ResultIsNullException () Source #

Ctor

constructor ResultIsNullException (string message) Source #

Ctor

constructor ResultIsNullException (string message, Exception innerException) Source #

Ctor

class OptionIsNoneException Source #

Option T is none

Constructors

constructor OptionIsNoneException () Source #

Ctor

constructor OptionIsNoneException (string message) Source #

Ctor

constructor OptionIsNoneException (string message, Exception innerException) Source #

Ctor

class EitherIsNotRightException Source #

Either is not right

Constructors

constructor EitherIsNotRightException () Source #

Ctor

constructor EitherIsNotRightException (string message) Source #

Ctor

constructor EitherIsNotRightException (string message, Exception innerException) Source #

Ctor

class EitherIsNotLeftException Source #

Either is not left

Constructors

constructor EitherIsNotLeftException () Source #

Ctor

constructor EitherIsNotLeftException (string message) Source #

Ctor

constructor EitherIsNotLeftException (string message, Exception innerException) Source #

Ctor

class NotAppendableException Source #

Constructors

constructor NotAppendableException (Type t) Source #

class NotSubtractableException Source #

Constructors

constructor NotSubtractableException (Type t) Source #

class NotMultiplicableException Source #

Constructors

constructor NotMultiplicableException (Type t) Source #

class NotDivisibleException Source #

Constructors

constructor NotDivisibleException (Type t) Source #

class DeadlockException Source #

Constructors

constructor DeadlockException () Source #